GetLayerNames
Description
Populates the list S
with names of the layers from the table LAYERS
. If DoClear
is True
than list will be cleared, if IncludeUnused
is True
then in list will be included name of all layers, including wasted.
Syntax
procedure GetLayerNames(S: TStrings; DoClear, IncludeUnused: Boolean);